nextstrain / nextstrain.org

The Nextstrain website
https://nextstrain.org
GNU Affero General Public License v3.0
87 stars 49 forks source link

index-resources.yml: Add `is-workflow-call` input #865

Closed joverlee521 closed 1 month ago

joverlee521 commented 1 month ago

Working around the issue that GITHUB_EVENT_NAME points to the caller workflow context by using an input to flag the workflow_call event.

Workaround based on GitHub Actions discussion https://github.com/actions/runner/discussions/1884#discussioncomment-6377587

Related issue(s)

Follow up to #841

Checklist