diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index 8157205ba5..2aabbe90de 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -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 @@ -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