File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ jobs:
27
27
aws-region : us-east-1
28
28
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
29
29
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
30
+ if : github.event_name != 'pull_request'
30
31
31
32
- name : S3 test
32
33
run : |
33
34
aws s3 ls s3://pyret-horizon/new-horizons
35
+ if : github.event_name != 'pull_request'
34
36
35
37
- name : Install Chrome and ChromeDriver
36
38
run : |
@@ -117,4 +119,4 @@ jobs:
117
119
- name : Copy cpo-main and related JS to S3
118
120
run : |
119
121
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "*" --include "cpo-main.jarr.gz.js" --content-encoding gzip
120
- aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "cpo-main.jarr.js.gz"
122
+ aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "cpo-main.jarr.js.gz"
You can’t perform that action at this time.
0 commit comments