Skip to content

Commit

Permalink
Remove workflow triggers on the switch-to-github-actions branch
Browse files Browse the repository at this point in the history
  • Loading branch information
salvis2 committed Oct 5, 2020
1 parent a6b75e8 commit 272c4ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-aws-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ on:
push:
branches:
- staging
- switch-to-github-actions
#- prod
paths:
- 'deployments/icesat2/image/binder/*'
- '.github/workflows/build-aws-image.yaml'
pull_request:
branches:
- staging
- switch-to-github-actions
#- prod
paths:
- 'deployments/icesat2/image/binder/*'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-aws-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- staging
- switch-to-github-actions
#- prod
paths:
- 'deployments/icesat2/config/**'
Expand Down Expand Up @@ -53,7 +52,7 @@ jobs:
sleep 120"
- uses: docker://yuvipanda/hubploy:20200826083951674280
name: Deploy AWS Staging Hub
if: (github.ref == 'refs/heads/staging') || (github.ref == 'refs/heads/switch-to-github-actions')
if: github.ref == 'refs/heads/staging'
with:
args: deploy icesat2 pangeo-deploy staging --timeout 1200s --cleanup-on-fail
- uses: docker://yuvipanda/hubploy:20200826083951674280
Expand Down

0 comments on commit 272c4ad

Please sign in to comment.