Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
test ci.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Feb 29, 2024
1 parent de14328 commit 991ed55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: echo
run: |
echo ${{ toJSON(github.event.pull_request) }}
- name: workflow_dispatch
uses: benc-uk/workflow-dispatch@v1
with:
workflow: ci.yaml
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.event.pull_request.sha }}

0 comments on commit 991ed55

Please sign in to comment.