Restrict CI jobs
This commit is contained in:
4
.github/workflows/commit.yml
vendored
4
.github/workflows/commit.yml
vendored
@@ -50,6 +50,7 @@ jobs:
|
||||
|
||||
s3-integration-test:
|
||||
name: Run S3 Integration Tests
|
||||
if: ${{ github.actor == 'benbjohnson' }}
|
||||
runs-on: ubuntu-18.04
|
||||
needs: build
|
||||
steps:
|
||||
@@ -67,6 +68,7 @@ jobs:
|
||||
|
||||
gcp-integration-test:
|
||||
name: Run GCP Integration Tests
|
||||
if: ${{ github.actor == 'benbjohnson' }}
|
||||
runs-on: ubuntu-18.04
|
||||
needs: build
|
||||
steps:
|
||||
@@ -88,6 +90,7 @@ jobs:
|
||||
|
||||
abs-integration-test:
|
||||
name: Run Azure Blob Store Integration Tests
|
||||
if: ${{ github.actor == 'benbjohnson' }}
|
||||
runs-on: ubuntu-18.04
|
||||
needs: build
|
||||
steps:
|
||||
@@ -104,6 +107,7 @@ jobs:
|
||||
|
||||
# sftp-integration-test:
|
||||
# name: Run SFTP Integration Tests
|
||||
# if: ${{ github.actor == 'benbjohnson' }}
|
||||
# runs-on: ubuntu-18.04
|
||||
# needs: build
|
||||
# steps:
|
||||
|
||||
Reference in New Issue
Block a user