Skip to content

Commit

Permalink
Test: Exclude actuated when on fork
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed Mar 12, 2024
1 parent eaccdaf commit eed4967
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019]
exclude:
- actuated-arm64-4cpu-16gb: ${{ github.repository != 'containerd/containerd' }}


steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eed4967

Please sign in to comment.