Skip to content

Commit

Permalink
removed if condition
Browse files Browse the repository at this point in the history
It is already available in the needed step.
  • Loading branch information
Bullrich committed Sep 27, 2024
1 parent 103e1d2 commit f29dc35
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check-cargo-check-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ jobs:
root: cumulus/parachains/runtimes/testing

cargo-check-all-crate-macos:
# GitHub Actions allows using 'env' in a container context.
# However, env variables don't work for forks: https://github.com/orgs/community/discussions/44322
# This workaround sets the container image for each job using 'set-image' job output.
# TODO: remove once migration is complete or this workflow is fully stable
if: contains(github.event.label.name, 'GHA-migration') || contains(github.event.pull_request.labels.*.name, 'GHA-migration')
runs-on: macOS
needs: [set-image]
strategy:
Expand Down

0 comments on commit f29dc35

Please sign in to comment.