Skip to content

Commit

Permalink
chore: run actions when label *exists*
Browse files Browse the repository at this point in the history
and not just when a label is changed.
  • Loading branch information
justlevine committed Aug 28, 2022
1 parent 7fa3563 commit 2f5e858
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
branches:
- develop
- main
types: [labeled]

jobs:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- develop
- main

jobs:
run:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- "**.php"
- ".github/workflows/*.yml"
- "!docs/**"
types: [labeled]

jobs:
continuous_integration:
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:

- name: Checkout
uses: actions/checkout@v2
with:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install PHP
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/schema-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
branches:
- develop
- main
types: [labeled]

jobs:
run:
Expand Down

0 comments on commit 2f5e858

Please sign in to comment.