Skip to content

Commit ffc3777

Browse files
openshift-pipelines-botpramodbindal
authored andcommitted
[bot:main] update konflux configuration
1 parent 7afa4a2 commit ffc3777

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-sources-next.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
2-
# Generated by openshift-pipelines/hack. DO NOT EDIT.
3-
name: update-sources
1+
# Generated for Release next by openshift-pipelines/hack. DO NOT EDIT.
2+
name: update-sources-next
43

54
on:
65
workflow_dispatch: {}
76
schedule:
8-
- cron: "0 1 * * 1" # At 1AM every monday
7+
- cron: "0 1 * * *" # At 1AM everyday
98

109
jobs:
1110

@@ -35,6 +34,7 @@ jobs:
3534
git config user.name openshift-pipelines-bot
3635
git config user.email [email protected]
3736
git checkout -b actions/update/sources-next
37+
touch head
3838
pushd upstream
3939
OLD_COMMIT=$(cat ../head)
4040
NEW_COMMIT=$(git rev-parse HEAD)

0 commit comments

Comments
 (0)