Skip to content

Commit

Permalink
ATO_762: Updated workflow names.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpaitch committed Jul 22, 2024
1 parent abed2bf commit 927a3d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy branch
run-name: Deploy demo [${{ github.head_ref || github.ref_name }}]
name: Deploy to development
run-name: Deploy to development [${{ github.head_ref || github.ref_name }}]

on:
merge_group:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
name: Test the application
name: Test application
run-name: Test application [${{ github.head_ref || github.ref_name }}]

on:
# Eventually run on PR and replace existing tests.
merge_group:
types:
- checks_requested
pull_request:
branches:
- main
types:
- opened
- reopened
- ready_for_review
- synchronize

permissions:
id-token: write
Expand Down

0 comments on commit 927a3d2

Please sign in to comment.