We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b917e1e commit c47e11aCopy full SHA for c47e11a
.github/workflows/github-pipelines.yml
@@ -24,7 +24,7 @@ jobs:
24
npm test # Replace with the appropriate test command for your app
25
26
- name: Simulate failure scenario
27
- if: github.ref == 'refs/heads/test-failures'
+ if: github.ref == 'refs/heads/test-failure'
28
run: |
29
echo "Simulating build failure"
30
exit 1
0 commit comments