Skip to content

Commit

Permalink
Merge branch 'main' into connection_invitation_support_jwk
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulic authored Apr 25, 2023
2 parents 37edf18 + 4ac664e commit 5afb041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
tests:
if: github.repository == 'hyperledger/aries-cloudagent-python' || github.event_name == 'workflow_dispatch'
name: Tests
strategy:
fail-fast: false
Expand All @@ -22,6 +23,7 @@ jobs:
os: ${{ matrix.os }}

tests-indy:
if: github.repository == 'hyperledger/aries-cloudagent-python' || github.event_name == 'workflow_dispatch'
name: Tests (Indy)
strategy:
fail-fast: false
Expand All @@ -31,7 +33,6 @@ jobs:
include:
- os: "ubuntu-20.04"
python-version: "3.6"

uses: ./.github/workflows/tests-indy.yml
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 5afb041

Please sign in to comment.