Skip to content

Commit

Permalink
Don't run release workflow for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 9, 2025
1 parent ed7229d commit 444580f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
# specific language governing permissions and limitations
# under the License.

name: RC
name: Release
on:
push:
tags:
- '*'
- '!*-rc*'
pull_request:
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down

0 comments on commit 444580f

Please sign in to comment.