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.
1 parent 664afdb commit 1a91d97Copy full SHA for 1a91d97
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -18,7 +18,9 @@ jobs:
18
build:
19
name: Fail on purpose
20
runs-on: ubuntu-latest
21
- run: notFound
+ steps:
22
+ - name: Not Found
23
+ run: notFound
24
send-notification:
25
name: Send Notification
26
needs: [ perform-release ]
0 commit comments