Skip to content

Commit

Permalink
disable workflow step "publish to master"
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Jan 24, 2025
1 parent 68ebaa7 commit c670936
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/update-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
if: steps.diff_files.outputs.diff_lines > 0
- name: Run tests
run: tox
- name: Publish to master
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: success() && steps.diff_files.outputs.diff_lines > 0
# temporary disable "publish to master", which may commit the changes in an unapproved PR
# - name: Publish to master
# uses: mikeal/publish-to-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# if: success() && steps.diff_files.outputs.diff_lines > 0

0 comments on commit c670936

Please sign in to comment.