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 1490012 commit 3e289daCopy full SHA for 3e289da
.github/workflows/check-compliance.yml
@@ -12,6 +12,7 @@ permissions:
12
13
jobs:
14
install:
15
+ if: github.repository == 'octo-org/octo-repo-prod'
16
runs-on: ubuntu-latest
17
steps:
18
- name: Download Privateer install script
@@ -122,7 +123,6 @@ jobs:
122
123
path: raid-azure-blob-storage/ABS.tar
124
125
terraform:
- if: github.repository == 'octo-org/octo-repo-prod'
126
name: 'Terraform'
127
env:
128
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
0 commit comments