Skip to content

Commit

Permalink
ci: version our ci/cd workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 18, 2024
1 parent 4b7dc46 commit 9ada260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/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
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 .github/workflows/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 9ada260

Please sign in to comment.