We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e889bc commit 60d5237Copy full SHA for 60d5237
.github/workflows/plot.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- master
7
8
+permissions:
9
+ contents: write # required for pushing commits
10
+
11
12
jobs:
13
generate-timing-plots:
14
runs-on: ubuntu-latest
@@ -28,5 +32,5 @@ jobs:
28
32
git config --global user.name 'github-actions[bot]'
29
33
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
30
34
git add .
31
- git commit -m "Update timing plots"
35
+ git commit -m "Update timing plots [skip ci]" || echo "No changes to commit"
36
git push
0 commit comments