Skip to content

Commit

Permalink
remove label requirement for integration tests, they should always run
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 17, 2024
1 parent 65c0df7 commit 1b76f0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Pull request checks"

on:
pull_request:
types: [opened, reopened, synchronize, labeled]
types: [opened, reopened, synchronize]

# only run this once per PR at a time
concurrency:
Expand All @@ -27,7 +27,6 @@ jobs:
package: ["dbt-athena", "dbt-athena-community"]

integration-tests:
if: contains(github.event.pull_request.labels.*.name, 'ci:integration-tests')
uses: ./.github/workflows/integration-tests.yml
with:
# integration test runs can't run in parallel for now, so only run dbt-athena
Expand All @@ -49,4 +48,3 @@ jobs:
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
allowed-skips: integration-tests

0 comments on commit 1b76f0f

Please sign in to comment.