Skip to content

Commit

Permalink
chore(22.04): fix pkg-deps job
Browse files Browse the repository at this point in the history
This commit fixes the pkg-deps job with proper event and permissions.
  • Loading branch information
rebornplusplus committed Mar 15, 2024
1 parent ffa21b5 commit 41355fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci-pr-target.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This workflow supports jobs which needs the on.pull_request_target event
# instead of the usual on.pull_request event.
name: CI
run-name: CI for ${{ github.ref }}

on:
pull_request_target:
branches:
- "ubuntu-*"

jobs:
pkg-deps:
name: Package dependencies
uses: rebornplusplus/chisel-releases/.github/workflows/pkg-deps.yaml@main

0 comments on commit 41355fc

Please sign in to comment.