Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang233 authored Oct 30, 2024
1 parent 54cf5c7 commit 32f1c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml → .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: BSD-3-Clause

# A workflow to send CI-related helpful information to PRs
name: pull
name: push
on:
push:
branches-ignore:
Expand All @@ -14,7 +14,7 @@ on:
run-name: CI status hello ${{ github.sha }}
jobs:
status_hello:
name: Send a CI hello status
name: send CI hello status
runs-on: ubuntu-latest
permissions:
statuses: write
Expand Down

0 comments on commit 32f1c9e

Please sign in to comment.