Skip to content

Commit ce09861

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

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/versions.yaml

Lines changed: 6 additions & 4 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,7 +39,7 @@ jobs:
3739
{
3840
echo "new_changelogs<<EOF"
3941
scripts/get-new-changelogs.sh
40-
echo "EOF"
42+
echo EOF
4143
} >> "$GITHUB_OUTPUT"
4244
if: matrix.branch == 'main'
4345
- name: Update jsonnet dependencies

0 commit comments

Comments
 (0)