Skip to content

Commit

Permalink
Merge pull request #717 from lorengordon/fix/release
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Jan 24, 2025
2 parents 305e47b + facf113 commit 5d6934c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ concurrency:

jobs:
lint:
uses: plus3it/actions-workflows/.github/workflows/lint.yml@d9eca6102cb67e9ee75cdc0abb4121f9aed53248
uses: plus3it/actions-workflows/.github/workflows/lint.yml@0054f1b21931641f08f755c8115375b8099f7f6b
with:
tardigradelint-target: install/pip_requirements/tests/requirements.txt lint
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ on:

jobs:
release:
uses: plus3it/actions-workflows/.github/workflows/release.yml@d9eca6102cb67e9ee75cdc0abb4121f9aed53248
uses: plus3it/actions-workflows/.github/workflows/release.yml@0054f1b21931641f08f755c8115375b8099f7f6b
secrets:
release-token: ${{ secrets.GH_RELEASES_TOKEN }}
with:
mockstacktest-enable: false
tardigradelint-target: install/pip_requirements/tests/requirements.txt lint

0 comments on commit 5d6934c

Please sign in to comment.