Skip to content

Commit 148a905

Browse files
committed
chore: fix version update workflow
Signed-off-by: Jayapriya Pai <[email protected]>
1 parent 4e3c2f7 commit 148a905

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/versions.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Upgrade to latest versions
22

33
on:
4-
workflow_dispatch:
5-
schedule:
6-
- cron: "37 7 * * 1"
4+
# workflow_dispatch:
5+
# schedule:
6+
# - cron: "37 7 * * 1"
7+
# for testing if changes working
8+
- pull_request
79
jobs:
810
versions:
911
runs-on: ubuntu-latest
@@ -37,8 +39,8 @@ jobs:
3739
{
3840
echo "new_changelogs<<EOF"
3941
scripts/get-new-changelogs.sh
40-
echo "EOF"
41-
} >> "$GITHUB_OUTPUT"
42+
echo EOF
43+
} >> $GITHUB_OUTPUT
4244
if: matrix.branch == 'main'
4345
- name: Update jsonnet dependencies
4446
run: |

0 commit comments

Comments
 (0)