Skip to content

Commit

Permalink
Update airtable_to_json.yml - fix conditional repo check
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanshreeA authored Jul 22, 2024
1 parent 300d604 commit 3152b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/airtable_to_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
convert-airtable-to-json:
if: |
github.repository == 'example/example_repo' &&
github.repository == 'ersilia-os/ersilia' &&
(github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == github.repository)
Expand Down

0 comments on commit 3152b28

Please sign in to comment.