We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d785fa + 081cb11 commit 4e338c4Copy full SHA for 4e338c4
.github/workflows/build-and-push-tutorial-agent.yml
@@ -46,7 +46,7 @@ jobs:
46
find-agents:
47
runs-on: ubuntu-latest
48
needs: [check-permissions]
49
- if: ${{ !cancelled() && !failure() }}
+ if: ${{ always() && (needs.check-permissions.result == 'success' || needs.check-permissions.result == 'skipped') }}
50
outputs:
51
agents: ${{ steps.get-agents.outputs.agents }}
52
has_agents: ${{ steps.get-agents.outputs.has_agents }}
0 commit comments