Skip to content

Commit

Permalink
feat(actions): Updated needs list for job triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiborjosue committed Jan 31, 2024
1 parent 1cde2c3 commit 1e50901
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
Create-Comment:
runs-on: ubuntu-latest

needs: Assign-Issue

steps:
- name: Create comment
uses: peter-evans/create-or-update-comment@v4
Expand Down Expand Up @@ -48,6 +50,8 @@ jobs:

add-to-project:

needs: [Create-Comment, Assign-Issue]

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1e50901

Please sign in to comment.