From 7a2e95c2964c4b5db4f8171a82aff3250c21042d Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Tue, 25 Apr 2023 23:39:44 +0000 Subject: [PATCH] updated workflow --- .github/workflows/07b-vars.yml | 2 ++ slides/Slides.md | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/07b-vars.yml b/.github/workflows/07b-vars.yml index 22b459d..36a17f9 100644 --- a/.github/workflows/07b-vars.yml +++ b/.github/workflows/07b-vars.yml @@ -1,3 +1,5 @@ +name: 07b Vars + on: workflow_dispatch: env: diff --git a/slides/Slides.md b/slides/Slides.md index d1baa56..8b1a548 100644 --- a/slides/Slides.md +++ b/slides/Slides.md @@ -136,13 +136,6 @@ linkStyle 4 color:gree; - Jobs contain steps - Steps are commands or actions -
-flowchart LR - Event --> Job --> Step1[Step] --> Action1[Action] - Job --> Shell1[Shell Command] - Job --> Step2[Step] --> Action2[Action] -
- --- ![bg right:60% w:750](./img/job-runner.drawio.png)