Skip to content

Commit dc4fe51

Browse files
committed
Removed on push trigger for the scb bot
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent a8cd424 commit dc4fe51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scb-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Check outdated scanners
22
on:
3-
push:
43
schedule:
54
- cron: "15 9 * * *" # Daily at 9:15 (avoids the beginning of the hour congestion)
65
jobs:
@@ -79,6 +78,7 @@ jobs:
7978
8079
- name: Fetch new release changelog
8180
if: ${{ env.release != env.local && env.release != null }}
81+
# Fetches changelog and filters out any issue references
8282
run: |
8383
changelog=$(curl -sL ${{env.versionApi}} | jq -r ".body" | sed -e 's/#[0-9]\+//g')
8484
echo $changelog

0 commit comments

Comments
 (0)