Skip to content

Commit

Permalink
Add workflow to thest the workflow dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 2, 2024
1 parent e343f48 commit 0a3df75
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/failed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Used to test the workflow dashboard
name: Failed workflow

on:
push:
branches:
- master

jobs:
main1:
name: Main 1
runs-on: ubuntu-24.04
timeout-minutes: 1

steps:
- run: 'false'

main2:
name: Main 2
runs-on: ubuntu-24.04
timeout-minutes: 1

steps:
- run: 'false'

0 comments on commit 0a3df75

Please sign in to comment.