Skip to content

Commit

Permalink
chore: disable commit actions in release test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Sep 12, 2023
1 parent 1381b01 commit 9c651d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/deleteme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,6 @@ on:
- fix/release-tagging

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'

- uses: actions/cache@v3
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}

- name: Install python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e .[dev,deploy,test]
- name: Run pre-commit
run: pre-commit run --all-files

fake-release:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ match = "develop"
prerelease = true
prerelease_token = "rc"

[tool.semantic_release.branches.fix/release-tagging]
[tool.semantic_release.branches.fix-release-tagging]
match = "fix/release-tagging"
prerelease = true
prerelease_token = "rc"
Expand Down

0 comments on commit 9c651d2

Please sign in to comment.