Skip to content

Commit

Permalink
adapt post to hit both jobs (attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Apr 22, 2024
1 parent 977b84b commit 83dec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: "Mark success in GitHub Actions"
if: always()
run: |
jobs=("Connectors CI tests" "Connector Ops CI - Connectors Acceptance Tests")
jobs=("Connectors CI tests" "Connectors CI")
for job in "${jobs[@]}"; do
curl --request POST \
--url https://api.github.com/repos/${{ github.repository }}/statuses/${{ steps.pr-info.outputs.sha }} \
Expand Down

0 comments on commit 83dec6c

Please sign in to comment.