Skip to content

Commit 3fe39b4

Browse files
authored
Rename scheduled jobs (#1637)
For example, `vertx-sql-client (4.x)` becomes `vertx-sql-client nightly (4.x)`. This makes it easier to distinguish jobs in the GH Actions page. Related to vert-x3/issues#665 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 86c27b5 commit 3fe39b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/schedule-4.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: vertx-sql-client (4.x)
1+
name: vertx-sql-client nightly (4.x)
22
on:
33
schedule:
44
- cron: '0 4 * * *'

.github/workflows/schedule-5.x-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: vertx-sql-client (5.x-stable)
1+
name: vertx-sql-client nightly (5.x-stable)
22
on:
33
schedule:
44
- cron: '0 6 * * *'

.github/workflows/schedule-5.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: vertx-sql-client (5.x)
1+
name: vertx-sql-client nightly (5.x)
22
on:
33
schedule:
44
- cron: '0 5 * * *'

0 commit comments

Comments
 (0)