Skip to content

Commit e4d8ccb

Browse files
committed
Run the Quarkus workflow weekly instead of nightly
Reduce the frequency we run the Quarkus tests as they are quite resource hungry and lengthy.
1 parent 1b6ffea commit e4d8ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quarkus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3939
# SOFTWARE.
4040
#
41-
name: Nightly Quarkus Tests
41+
name: Weekly Quarkus Tests
4242

4343
on:
4444
push:
@@ -48,7 +48,7 @@ on:
4848
paths:
4949
- '.github/workflows/quarkus.yml'
5050
schedule:
51-
- cron: '0 3 * * *'
51+
- cron: '0 3 * * 0'
5252
workflow_dispatch:
5353

5454
env:

0 commit comments

Comments
 (0)