Skip to content

Commit

Permalink
Revert "fix: repo name variable formatting"
Browse files Browse the repository at this point in the history
This reverts commit 115a3a0.

Signed-off-by: Alex Walker [email protected]
  • Loading branch information
anwalker293 committed Apr 6, 2023
1 parent 115a3a0 commit b657848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
tests:
if: ${{github.event.repository.full_name}} == 'hyperledger/aries-cloudagent-python' || (github.event.inputs.run_flows)
if: github.repository == 'hyperledger/aries-cloudagent-python' || (github.event.inputs.run_flows)
name: Tests
strategy:
fail-fast: false
Expand All @@ -28,7 +28,7 @@ jobs:
os: ${{ matrix.os }}

tests-indy:
if: ${{github.event.repository.full_name}} == 'hyperledger/aries-cloudagent-python' || (github.event.inputs.run_flows)
if: github.repository == 'hyperledger/aries-cloudagent-python' || (github.event.inputs.run_flows)
name: Tests (Indy)
strategy:
fail-fast: false
Expand Down

0 comments on commit b657848

Please sign in to comment.