Skip to content
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

fix(actions): don't run action on forked repos #262

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

StealthyCoder
Copy link
Member

This small filter will make sure it will only run on the foundriesio/fioctl repo by default.

@StealthyCoder StealthyCoder requested a review from doanac August 31, 2023 10:37
Copy link

@MrCry0 MrCry0 left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -3,11 +3,10 @@ on:
schedule:
# every 8 hours
- cron: '0 */8 * * *'
workflow_dispatch:
branches: [ main ]
Copy link
Member

Choose a reason for hiding this comment

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

doesn't this allow us to manually trigger this action?

Copy link
Member Author

Choose a reason for hiding this comment

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

Apologies, I did remove that indeed. You are right we need that for manual runs.
I fixed the syntax now, so we can manually trigger it again.

This small filter will make sure it will only run on the
foundriesio/fioctl repo by default.

Signed-off-by: Eric Bode <[email protected]>
@StealthyCoder StealthyCoder merged commit a7078b1 into foundriesio:main Sep 5, 2023
@StealthyCoder StealthyCoder deleted the fix/tuf_workflow branch September 5, 2023 11:05
detsch pushed a commit to detsch/fioctl that referenced this pull request Sep 22, 2023
This small filter will make sure it will only run on the
foundriesio/fioctl repo by default.

Signed-off-by: Eric Bode <[email protected]>
detsch pushed a commit to detsch/fioctl that referenced this pull request Sep 22, 2023
This small filter will make sure it will only run on the
foundriesio/fioctl repo by default.

Signed-off-by: Eric Bode <[email protected]>
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.

3 participants