Skip to content

Commit

Permalink
Remove Action that published CI images to ACR (#6474)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Sep 11, 2024
1 parent 47e6853 commit 8baf2e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 43 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Main continuous integration job. Builds CCF for all target platforms, runs unit,
File: `ci.yml`
3rd party dependencies: None

# Long Tests

Secondary continuous integration job. Runs more expensive, longer tests, such as tests against ASAN builds, fuzzing etc. Runs daily.

File: `long-test.yml`
3rd party dependencies: None

# CodeQL analysis

Builds CCF with CodeQL, and runs the security-extended checks. Triggered on PRs that affect ".github/workflows/codeql-analysis.yml", and once a week on main.
Expand Down Expand Up @@ -92,10 +99,6 @@ File: `doc.yml`

The following pipelines are still here to support 4.x, but will be removed when it reaches EOL.

## CI containers ACR/MCR

File: `ci-containers.yml`

## Release containers ACR/MCR

File: `containers.yml`
39 changes: 0 additions & 39 deletions .github/workflows/ci-containers.yml

This file was deleted.

0 comments on commit 8baf2e5

Please sign in to comment.