We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afa4a2 commit ffc3777Copy full SHA for ffc3777
.github/workflows/update-sources-next.yaml
@@ -1,11 +1,10 @@
1
-
2
-# Generated by openshift-pipelines/hack. DO NOT EDIT.
3
-name: update-sources
+# Generated for Release next by openshift-pipelines/hack. DO NOT EDIT.
+name: update-sources-next
4
5
on:
6
workflow_dispatch: {}
7
schedule:
8
- - cron: "0 1 * * 1" # At 1AM every monday
+ - cron: "0 1 * * *" # At 1AM everyday
9
10
jobs:
11
@@ -35,6 +34,7 @@ jobs:
35
34
git config user.name openshift-pipelines-bot
36
git config user.email [email protected]
37
git checkout -b actions/update/sources-next
+ touch head
38
pushd upstream
39
OLD_COMMIT=$(cat ../head)
40
NEW_COMMIT=$(git rev-parse HEAD)
0 commit comments