Skip to content

Commit

Permalink
Ads/fix workflow trigger fail (#297)
Browse files Browse the repository at this point in the history
* feat: kickoff v2 0 dir and files

* fix: remove job if statements for now
  • Loading branch information
GangGreenTemperTatum authored Apr 14, 2024
1 parent b0fce83 commit a1a36bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ env:
jobs:
welcomes:
runs-on: ubuntu-latest
if: contains(github.event.issue.labels.*.name, 'opened')
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -49,7 +48,6 @@ jobs:
triage:
runs-on: ubuntu-latest
if: contains(github.event.issue.labels.*.name, 'labeled')
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit a1a36bf

Please sign in to comment.