Skip to content

Commit

Permalink
ci(test): set to workflow call only
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jul 19, 2024
1 parent f00ec0e commit 6fa92a8
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,7 @@ env:
permissions:
contents: write
id-token: write
'on':
push:
branches:
- main
tags-ignore:
- '**'
paths-ignore:
- '**/*.md'
- LICENSE
- '**/*.gitignore'
- .editorconfig
- docs/**
workflow_call:
on: workflow_call
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 6fa92a8

Please sign in to comment.