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

chore: allow us to run some CI jobs manually when we need #822

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

aliXsed
Copy link
Contributor

@aliXsed aliXsed commented Feb 1, 2024

We will need to re-run try-runtime tests later for a specific tag (release) close to the deployment time.

Comment on lines +9 to +15
inputs:
tag:
description: 'Tag to run the workflow on'
required: true
run_specific_job:
description: 'Specify a job to run (test-runtime, try-runtime-execute, etc.)'
required: true
Copy link
Member

Choose a reason for hiding this comment

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

I do not think this is necessary

Copy link
Contributor Author

@aliXsed aliXsed Feb 1, 2024

Choose a reason for hiding this comment

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

You mean the whole workflow_dispatch? or you are suggesting the inputs to remain open?

Copy link
Contributor

Choose a reason for hiding this comment

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

I would just have forked the tag and created a dummy PR, but if this works it is OK for me.

@aliXsed aliXsed merged commit 7738ee6 into master Feb 9, 2024
8 checks passed
@aliXsed aliXsed deleted the aliX/workflow-dispatch branch February 9, 2024 04:50
@aliXsed
Copy link
Contributor Author

aliXsed commented Feb 9, 2024

@simonsso there was one way to test if it works and that was through merging it.

@aliXsed
Copy link
Contributor Author

aliXsed commented Feb 9, 2024

Here is how this PR has enabled the feature:
Screenshot 2024-02-09 at 5 53 30 PM

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