We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356a51b commit c019c57Copy full SHA for c019c57
.github/workflows/makefile.yml
@@ -120,3 +120,4 @@ jobs:
120
run: |
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
122
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "cpo-main.jarr.js.gz"
123
+ if: github.event_name != 'pull_request'
0 commit comments