Skip to content

Commit e35f3bd

Browse files
committed
missing change
Signed-off-by: matthiasgekiere <[email protected]>
1 parent 29c2b9a commit e35f3bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rolling-release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
7+
88
# TESTING ONLY
99
pull_request:
1010
branches:
@@ -97,8 +97,8 @@ jobs:
9797
id: get-run-id
9898
run: |
9999
# Fetch the latest successful run ID for the workflow
100-
RUN_ID=$(gh run list --repo opengrep/opengrep --workflow rolling-release --status success --limit 1 --json databaseId --jq '.[0].databaseId')
101-
echo "run_id=$RUN_ID" >> $GITHUB_OUTPUT
100+
# RUN_ID=$(gh run list --repo opengrep/opengrep --workflow rolling-release --status success --limit 1 --json databaseId --jq '.[0].databaseId')
101+
echo "run_id=14066735207" >> $GITHUB_OUTPUT
102102
103103
- name: Output Run ID
104104
run: |
@@ -161,8 +161,8 @@ jobs:
161161
id: get-run-id
162162
run: |
163163
# Fetch the latest successful run ID for the workflow
164-
RUN_ID=$(gh run list --repo opengrep/opengrep --workflow rolling-release --status success --limit 1 --json databaseId --jq '.[0].databaseId')
165-
echo "run_id=$RUN_ID" >> $GITHUB_OUTPUT
164+
# RUN_ID=$(gh run list --repo opengrep/opengrep --workflow rolling-release --status success --limit 1 --json databaseId --jq '.[0].databaseId')
165+
echo "run_id=14066735207" >> $GITHUB_OUTPUT
166166
167167
- name: Output Run ID
168168
run: |

0 commit comments

Comments
 (0)