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 fab639a commit 188285eCopy full SHA for 188285e
.github/workflows/docker.yml
@@ -20,4 +20,4 @@ jobs:
20
region: us-west-1
21
aws_access_key_id: "${{ secrets.aws_access_key_id }}"
22
aws_secret_access_key: "${{ secrets.aws_secret_access_key }}"
23
- if: github.ref == 'refs/heads/master'
+ if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'rust-lang' }}
0 commit comments