Skip to content

Conditionally run scheduled workflows #3395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 21, 2022
Merged

Conditionally run scheduled workflows #3395

merged 3 commits into from
Mar 21, 2022

Conversation

thehomebrewnerd
Copy link
Contributor

Conditionally run scheduled workflows

Closes #3393

Update scheduled workflows to run only if repository_owner is alteryx. This should prevent these scheduled workflows from running on repo forks and failing repeatedly.

@CLAassistant
Copy link

CLAassistant commented Mar 21, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@gsheni gsheni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #3395 (44307f9) into main (01da909) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #3395   +/-   ##
=====================================
  Coverage   99.6%   99.6%           
=====================================
  Files        329     329           
  Lines      32241   32241           
=====================================
  Hits       32112   32112           
  Misses       129     129           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01da909...44307f9. Read the comment docs.

@gsheni gsheni merged commit 129e76a into main Mar 21, 2022
@gsheni gsheni deleted the workflow-fork branch March 21, 2022 22:11
@chukarsten chukarsten mentioned this pull request Mar 25, 2022
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.

Prevent workflows from running on forked repos
3 participants