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:
|
s3-integration-test:
|
||||||
name: Run S3 Integration Tests
|
name: Run S3 Integration Tests
|
||||||
|
if: ${{ github.actor == 'benbjohnson' }}
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
@@ -67,6 +68,7 @@ jobs:
|
|||||||
|
|
||||||
gcp-integration-test:
|
gcp-integration-test:
|
||||||
name: Run GCP Integration Tests
|
name: Run GCP Integration Tests
|
||||||
|
if: ${{ github.actor == 'benbjohnson' }}
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
@@ -88,6 +90,7 @@ jobs:
|
|||||||
|
|
||||||
abs-integration-test:
|
abs-integration-test:
|
||||||
name: Run Azure Blob Store Integration Tests
|
name: Run Azure Blob Store Integration Tests
|
||||||
|
if: ${{ github.actor == 'benbjohnson' }}
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
@@ -104,6 +107,7 @@ jobs:
|
|||||||
|
|
||||||
# sftp-integration-test:
|
# sftp-integration-test:
|
||||||
# name: Run SFTP Integration Tests
|
# name: Run SFTP Integration Tests
|
||||||
|
# if: ${{ github.actor == 'benbjohnson' }}
|
||||||
# runs-on: ubuntu-18.04
|
# runs-on: ubuntu-18.04
|
||||||
# needs: build
|
# needs: build
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user