Skip to content

Commit

Permalink
Merge pull request #2 from cape-ph/update_workflows
Browse files Browse the repository at this point in the history
fix(worfklows): add semantic versioning to workflow templates
  • Loading branch information
mehalter authored Sep 18, 2024
2 parents 8e8eedb + 7cecd7d commit 8e5d9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workflow-templates/cape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
python:
name: Python
uses: cape-ph/.github/.github/workflows/python_checks.yml@main
uses: cape-ph/.github/.github/workflows/python_checks.yml@v1
with:
pytest: false # Enable to run `pytest` based tests
general:
name: General
uses: cape-ph/.github/.github/workflows/general_checks.yml@main
uses: cape-ph/.github/.github/workflows/general_checks.yml@v1
2 changes: 1 addition & 1 deletion workflow-templates/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ permissions:

jobs:
Release:
uses: cape-ph/.github/.github/workflows/release.yml@main
uses: cape-ph/.github/.github/workflows/release.yml@v1
secrets: inherit

0 comments on commit 8e5d9b4

Please sign in to comment.