Skip to content

Commit f51cbce

Browse files
Update fabric8-next-version-schedule.yml
Disable regular workflow run
1 parent 97e45fc commit f51cbce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fabric8-next-version-schedule.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ concurrency:
77
group: ${{ github.ref }}-${{ github.workflow }}
88
cancel-in-progress: true
99
on:
10-
schedule:
10+
# schedule:
1111
# Run on end of the day
12-
- cron: '0 0 * * *'
12+
# - cron: '0 0 * * *'
1313
workflow_dispatch:
1414
jobs:
1515
check_format_and_unit_tests:
@@ -27,4 +27,4 @@ jobs:
2727
run: ./mvnw ${MAVEN_ARGS} clean install --file pom.xml
2828

2929
build:
30-
uses: ./.github/workflows/build.yml
30+
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)