Skip to content

Commit

Permalink
Merge pull request #1845 from hyperledger/ryjones-patch-1
Browse files Browse the repository at this point in the history
Only run on main repo
  • Loading branch information
swcurran authored Jun 27, 2022
2 parents 3c250c7 + ae4d6b4 commit 47dbb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest and windows-latest
runs-on: ubuntu-latest
if: (github.event_name == 'pull_request' && github.repository == 'hyperledger/aries-cloudagent-python') || (github.event_name != 'pull_request')

steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
jobs:
selftest:
runs-on: ubuntu-latest
if: (github.event_name == 'pull_request' && github.repository == 'hyperledger/aries-cloudagent-python') || (github.event_name != 'pull_request')
steps:
- uses: actions/checkout@v3
- name: install
Expand Down

0 comments on commit 47dbb28

Please sign in to comment.