Skip to content

Commit

Permalink
ci: rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Oct 30, 2024
1 parent 76b8010 commit bb76675
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Inspired from https://github.com/backstage/backstage/blob/master/.github/workflows/ci.yml. Thanks!
# See ci.yml for info on `quality` and `tests` stages
name: Build
name: On merge to develop (alpha releases)
on:
workflow_dispatch:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Post-release Docker Hub alpha
name: On release tag push (alpha only)
on:
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Post-release E2E
name: On release tag push
on:
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Inspired from https://github.com/backstage/backstage/blob/master/.github/workflows/ci.yml. Thanks!
name: CI
name: Pull request checks
on:
workflow_dispatch:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Scheduled E2E (stable version)
name: Weekly E2E tests (stable only)
on:
workflow_dispatch:

Expand Down

0 comments on commit bb76675

Please sign in to comment.