Skip to content

Commit

Permalink
ci: Update GA job names to help with branch checks [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBoll committed Sep 22, 2021
1 parent ab4da56 commit 3efd32f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enable-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Enable Automerge

on:
pull_request_target:
types: [ edited, labeled ]
types: [ edited, labeled, synchronize ]

jobs:
main:
enable-automerge:
if: contains(github.event.pull_request.labels.*.name, 'automerge')
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- synchronize

jobs:
main:
lint-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3efd32f

Please sign in to comment.