Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
squell committed Jan 14, 2025
1 parent c5f87e6 commit b4567c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
compliance-tests-og:
needs: compliance-tests-detect-changes
if: ${{ needs.compliance-tests-detect-changes.updated == 'true' }}
if: ${{ needs.compliance-tests-detect-changes.outputs.updated }}
runs-on: ubuntu-latest
env:
SUDO_TEST_VERBOSE_DOCKER_BUILD: 1
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
compliance-tests-lint:
needs: compliance-tests-detect-changes
if: ${{ needs.compliance-tests-detect-changes.updated == 'true' }}
if: ${{ needs.compliance-tests-detect-changes.outputs.updated }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b4567c6

Please sign in to comment.