Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 1, 2024
1 parent 08c0c22 commit 8870435
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:
- 'release-*'

jobs:
pullrequest_opened:
name: pullrequest_opened
runs-on: ubuntu-latest
if: |
contains(github.event.pull_request.labels.*.name, 'feat') ||
contains(github.event.pull_request.labels.*.name, 'update') ||
contains(github.event.pull_request.labels.*.name, 'fix')
#pullrequest_opened:
# name: pullrequest_opened
# runs-on: ubuntu-latest
# if: |
# contains(github.event.pull_request.labels.*.name, 'feat') ||
# contains(github.event.pull_request.labels.*.name, 'update') ||
# contains(github.event.pull_request.labels.*.name, 'fix')

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8870435

Please sign in to comment.