Skip to content

Commit 4e338c4

Browse files
authored
Merge pull request #217 from scaleapi/RF/fix-build-agents
adding the always()
2 parents 5d785fa + 081cb11 commit 4e338c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-tutorial-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
find-agents:
4747
runs-on: ubuntu-latest
4848
needs: [check-permissions]
49-
if: ${{ !cancelled() && !failure() }}
49+
if: ${{ always() && (needs.check-permissions.result == 'success' || needs.check-permissions.result == 'skipped') }}
5050
outputs:
5151
agents: ${{ steps.get-agents.outputs.agents }}
5252
has_agents: ${{ steps.get-agents.outputs.has_agents }}

0 commit comments

Comments
 (0)