Skip to content

Commit

Permalink
CI: don't run sha1sum automatically
Browse files Browse the repository at this point in the history
this CI is purely for debug purposes if we want to quickly output the hash of all files in a clean pi-apps repo for testing/debug purposes
  • Loading branch information
theofficialgman committed Jun 12, 2023
1 parent 48fc4f3 commit 24cd052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sha1sum.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: sha1sum
on:
push:
branches: '**'
workflow_dispatch:
jobs:
sha1sum:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 24cd052

Please sign in to comment.