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 6331e35 commit c5cb95cCopy full SHA for c5cb95c
.github/workflows/staff.yml
@@ -20,14 +20,3 @@ jobs:
20
# Runs a single command using the runners shell
21
- name: Send greeting
22
run: echo "YAY ITS PASSING"
23
-
24
- # This workflow contains a single job called "final"
25
-final:
26
- # The type of runner that the job will run on
27
- runs-on: ubuntu-latest
28
29
- # Steps represent a sequence of tasks that will be executed as part of the job
30
- steps:
31
- # Runs a single command using the runners shell
32
- - name: Final Steps
33
- run: echo "final"
0 commit comments