Skip to content

fix: don't run CI on forks - #209

Merged
CahidArda merged 1 commit into
mainfrom
fix/skip-ci-on-forks
Aug 13, 2026
Merged

fix: don't run CI on forks#209
CahidArda merged 1 commit into
mainfrom
fix/skip-ci-on-forks

Conversation

@CahidArda

Copy link
Copy Markdown
Collaborator

The nightly schedule trigger also fires on forks' default branches, where the QStash and Redis secrets are unavailable, producing a failed run every day. Gate both jobs on the repository owner so they skip on forks.

PRs from forks into upstash/workflow-js are unaffected, since those run in the upstream repository's context.

Fixes #189

The nightly schedule trigger also fires on forks' default branches, where
the QStash and Redis secrets are unavailable, producing a failed run every
day. Gate both jobs on the repository owner so they skip on forks.

PRs from forks into upstash/workflow-js are unaffected, since those run in
the upstream repository's context.

Fixes #189
@CahidArda
CahidArda merged commit 7f80a13 into main Aug 13, 2026
2 checks passed
@CahidArda
CahidArda deleted the fix/skip-ci-on-forks branch August 13, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skip scheduled CI github action on forks

1 participant