diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index cd7c13b..e1b2119 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -1,11 +1,13 @@ name: Integration Tests -on: pull_request +on: + pull_request: + branches-ignore: + - "dependabot/**" jobs: s3-integration-test: name: Run S3 Integration Tests runs-on: ubuntu-18.04 - if: github.actor != 'dependabot' steps: - uses: actions/checkout@v2 @@ -31,7 +33,6 @@ jobs: gcp-integration-test: name: Run GCP Integration Tests runs-on: ubuntu-18.04 - if: github.actor != 'dependabot' steps: - uses: actions/checkout@v2 @@ -59,7 +60,6 @@ jobs: abs-integration-test: name: Run Azure Blob Store Integration Tests runs-on: ubuntu-18.04 - if: github.actor != 'dependabot' steps: - uses: actions/checkout@v2 @@ -82,7 +82,6 @@ jobs: sftp-integration-test: name: Run SFTP Integration Tests runs-on: ubuntu-18.04 - if: github.actor != 'dependabot' steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/release.linux.yml b/.github/workflows/release.linux.yml index 5e8acd7..aff5e84 100644 --- a/.github/workflows/release.linux.yml +++ b/.github/workflows/release.linux.yml @@ -7,6 +7,8 @@ on: - opened - synchronize - reopened + branches-ignore: + - "dependabot/**" name: Release (Linux) jobs: