Skip to content

Allow specifying a subset of actions to run in CI - #113

Merged
evansd merged 1 commit into
mainfrom
evansd/custom-actions-list
Apr 1, 2025
Merged

Allow specifying a subset of actions to run in CI#113
evansd merged 1 commit into
mainfrom
evansd/custom-actions-list

Conversation

@evansd

@evansd evansd commented Feb 20, 2025

Copy link
Copy Markdown
Contributor

Supports running just a subset of pipeline actions rather than run_all e.g.:

 - name: Test that the project is runnable
   uses: opensafely-core/research-action@v2
   with:
     actions: test_action_1 test_action_2 test_action_3

Docs added in:

Closes #112

evansd added a commit to opensafely/documentation that referenced this pull request Mar 18, 2025
@evansd
evansd merged commit e435240 into main Apr 1, 2025
@evansd
evansd deleted the evansd/custom-actions-list branch April 1, 2025 17:48
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.

Support running just a subset of a projects actions

3 participants