Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed May 11, 2024
1 parent 31cc607 commit 55bce12
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/sync-lablels.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Sync labels

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: ["main", "label-sync"]
workflow_dispatch: {}
Expand All @@ -11,12 +9,11 @@ permissions:
issues: write

jobs:
test:
sync:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- uses: actions/checkout@v4
- uses: ./.github/actions/setup

- run: pnpm tsx ./eng/common/scripts/sync-labels.ts --update-github-labels --dry-run
name: Sync labels
Expand Down

0 comments on commit 55bce12

Please sign in to comment.