Skip to content

Commit

Permalink
add workflow dispatch to check lesson plan
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjophus committed May 12, 2024
1 parent 9619bd6 commit f3cad84
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/flow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Workshop Flow

on:
workflow_dispatch:

jobs:
# A job to help check the workshop flow
diff-train:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- run: git diff origin/step1 origin/step2
- run: git diff origin/step2 origin/step3
- run: git diff origin/step3 origin/step4
- run: git diff origin/step4 origin/step5
- run: git diff origin/step5 origin/step6
1 change: 0 additions & 1 deletion .github/workflows/tilt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [ "*" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f3cad84

Please sign in to comment.