Skip to content

Commit 0f48fbe

Browse files
committed
separate workflows
1 parent e865d74 commit 0f48fbe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/Remove-Function-Name-Prefix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
mv -n $file $justpath/$justfile
2424
fi
2525
done
26-
git log -1 --format='%H' > latestCommit.md
2726
git add .
2827
git config --global user.email "[email protected]"
2928
git config --global user.name "ActionBot"

.github/workflows/Update-Commit-Hash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Commit Hash
22

33
on:
4-
pull_request:
4+
push:
55
workflow_dispatch:
66

77
jobs:

0 commit comments

Comments
 (0)