Skip to content

Commit

Permalink
Meta: Change job condition as suggested
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
gibson042 and ljharb authored Jan 30, 2023
1 parent 919b36d commit 897f2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ipr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
name: 'check IPR form'
runs-on: ubuntu-latest
if: ${{ github.repository == 'tc39/ecma262' }}
if: ${{ secrets.GH_IPR_TOKEN != '' && secrets.GOOGLE_API_KEY != '' }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 897f2a3

Please sign in to comment.