Skip to content

Commit

Permalink
rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 24, 2024
1 parent 4a351ec commit f9a41d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pre-merge
name: check

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: post-push
name: push

env:
AWS_REGION: us-east-1
Expand All @@ -9,7 +9,7 @@ env:
on:
workflow_run:
workflows:
- pre-merge
- check
types:
- completed
push:
Expand Down

0 comments on commit f9a41d6

Please sign in to comment.