Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 6, 2024
1 parent 08fdb26 commit 7c2042e
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/prepare_release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Prepare Release Crates

on:
workflow_dispatch:
push:
branches:
- trigger-other-workflow

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -10,10 +13,20 @@ concurrency:
permissions:
pull-requests: write
contents: write
actions: write

jobs:
prepare_release:
name: Prepare Release Crates
uses: ./.github/workflows/reusable_prepare_release.yml
with:
name: crates
runs-on: ubuntu-latest
steps:
- uses: benc-uk/workflow-dispatch@v1
with:
workflow: ecosystem-ci.yml
repo: oxc-project/oxlint-ecosystem-ci
token: ${{ secrets.PAT }}
ref: main

# uses: ./.github/workflows/reusable_prepare_release.yml
# with:
# name: crates

0 comments on commit 7c2042e

Please sign in to comment.