Skip to content

Commit

Permalink
needs.changes.outputs.anything -> needs.changes.outputs.anything-py
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 4, 2024
1 parent f143b0c commit 1cb4386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2867,7 +2867,7 @@ jobs:

check-api-specs-updated:
needs: [changes]
if: ${{ needs.changes.outputs.anything == 'true' || github.event_name == 'push' }}
if: ${{ needs.changes.outputs.anything-py == 'true' || github.event_name == 'push' }}
timeout-minutes: 10
name: check api-specs are up to date
runs-on: ubuntu-latest
Expand Down Expand Up @@ -2896,7 +2896,7 @@ jobs:
api-spec-backwards-compatible:
needs: [changes]
if: ${{ needs.changes.outputs.anything == 'true' || github.event_name == 'push' }}
if: ${{ needs.changes.outputs.anything-py == 'true' || github.event_name == 'push' }}
timeout-minutes: 10
name: "api-specs-backwards-compatibility"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1cb4386

Please sign in to comment.