Skip to content

Commit

Permalink
fix action names
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Jul 2, 2024
1 parent 9f0e4ff commit d2bb420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-qc-rebuild-hakai-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
jobs:
run-qc:
name: Update QC on Goose Database
name: Update QC on Production Hakai Database
runs-on: ubuntu-latest
environment:
name: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-qc-rebuild-hakaidev-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
jobs:
run-qc:
name: Update QC on Goose Database
name: Update QC on Development hakaidev Database via goose api
runs-on: ubuntu-latest
environment:
name: development
Expand Down

0 comments on commit d2bb420

Please sign in to comment.