Skip to content

Commit

Permalink
publish_release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk authored Oct 21, 2024
1 parent 4518f18 commit 75e903c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
# checks if there's a commit in last 24hr
check_date:
runs-on: ubuntu-latest
outputs:
should_run: ${{ steps.should_run.outputs.should_run }}
steps:
- uses: actions/checkout@v2
- name: print latest_commit
Expand All @@ -45,7 +43,7 @@ jobs:
run: |
test -z $(git rev-list --after="24 hours" ${{ github.sha }}) \
&& (gh run cancel ${{ github.run_id }} \
&& gh run watch ${{ github.run_id }})"
&& gh run watch ${{ github.run_id }})
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish_release:
Expand Down

0 comments on commit 75e903c

Please sign in to comment.