Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 8, 2025
1 parent 94635d9 commit e0bf945
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ on:
permissions: {}

jobs:
debug:
runs-on: ubuntu-24.04
steps:
- run: |
echo ${{ github.event.pull_request.action }}
echo ${{ github.event.pull_request.base.ref }}
echo ${{ github.event.pull_request.changes.base.ref.from }}
nixpkgs-vet:
if: github.event.pull_request.action != 'edited' || github.event.pull_request.base.ref != github.event.pull_request.changes.base.ref.from
uses: ./.github/workflows/nixpkgs-vet.yml

0 comments on commit e0bf945

Please sign in to comment.