Skip to content

Commit 47dbb28

Browse files
authored
Merge pull request openwallet-foundation#1845 from hyperledger/ryjones-patch-1
Only run on main repo
2 parents 3c250c7 + ae4d6b4 commit 47dbb28

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
CodeQL-Build:
1111
# CodeQL runs on ubuntu-latest and windows-latest
1212
runs-on: ubuntu-latest
13+
if: (github.event_name == 'pull_request' && github.repository == 'hyperledger/aries-cloudagent-python') || (github.event_name != 'pull_request')
1314

1415
steps:
1516
- name: Checkout repository

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
jobs:
1010
selftest:
1111
runs-on: ubuntu-latest
12+
if: (github.event_name == 'pull_request' && github.repository == 'hyperledger/aries-cloudagent-python') || (github.event_name != 'pull_request')
1213
steps:
1314
- uses: actions/checkout@v3
1415
- name: install

0 commit comments

Comments
 (0)