We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b53791 commit 43a8c0aCopy full SHA for 43a8c0a
.github/workflows/check-status.yaml
@@ -15,8 +15,6 @@ jobs:
15
16
wait-for-status:
17
runs-on: ubuntu-latest
18
- needs: [build] # Adjust as needed
19
- if: always() # Optionally run even if previous jobs failed
20
steps:
21
- name: Wait for external status
22
uses: developerproductivity/data-ingestion/osci@v1
0 commit comments