Skip to content

Commit 8b62bf6

Browse files
author
System Administrator
committed
Update first-workflow.yml file
1 parent 847cd7b commit 8b62bf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/first-workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: First Workflow
22

33
on:
44
workflow_dispatch:
5-
5+
issues:
6+
types: [opened]
7+
68
jobs:
79
job1:
810
runs-on: ubuntu-latest
@@ -15,6 +17,7 @@ jobs:
1517
run: echo "Step 2 complete!"
1618

1719
job2:
20+
needs: job1
1821
runs-on: ubuntu-latest
1922

2023
steps:

0 commit comments

Comments
 (0)