Skip to content

Commit aac0a90

Browse files
committed
fix workflow names
1 parent 35d1e7b commit aac0a90

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: TEMPLATE_PYTHON_PACKAGE Image Builder
1+
name: Quasiqueue Image Builder
22

33
on:
44
push:
@@ -12,7 +12,7 @@ on:
1212
- cron: "4 0 * * WED"
1313

1414
jobs:
15-
Uvicorn-Builder:
15+
Quasiqueue-Builder:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
fail-fast: false

.github/workflows/versionator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: TEMPLATE_PYTHON_PACKAGE Version Updater
1+
name: Quasiqueue Version Updater
22

33
# Every 30 minutes check for a new version of the package.
44
on:

0 commit comments

Comments
 (0)