Skip to content

Commit

Permalink
update: update actions with proper name
Browse files Browse the repository at this point in the history
Signed-off-by: SurabhiAngadi <surabhia@sanketika.in>
  • Loading branch information
SurabhiAngadi committed Feb 2, 2024
1 parent b2b718b commit 520b423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Build and Deployment
run-name: Workflow run for ${{ github.ref }}
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Pull Request
run-name: Workflow run for pull request- ${{ github.event.pull_request.title }}
on:
pull_request:
Expand Down

0 comments on commit 520b423

Please sign in to comment.