We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c250c7 + ae4d6b4 commit 47dbb28Copy full SHA for 47dbb28
2 files changed
.github/workflows/codeql.yml
@@ -10,6 +10,7 @@ jobs:
10
CodeQL-Build:
11
# CodeQL runs on ubuntu-latest and windows-latest
12
runs-on: ubuntu-latest
13
+ if: (github.event_name == 'pull_request' && github.repository == 'hyperledger/aries-cloudagent-python') || (github.event_name != 'pull_request')
14
15
steps:
16
- name: Checkout repository
.github/workflows/pip-audit.yml
@@ -9,6 +9,7 @@ permissions:
9
jobs:
selftest:
- uses: actions/checkout@v3
- name: install
0 commit comments