This commit is contained in:
Deirdre Connolly 2022-03-04 16:06:32 -05:00
parent f875742766
commit 3238ddffa7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 30
if: $${{ github.event_name == 'push' && github.ref_name == 'main' }}
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
steps:
- uses: actions/checkout@v2.4.0