From 486aa40022bfb370b181db33d840e0798bf7f76f Mon Sep 17 00:00:00 2001 From: Sarah Gilmore <74676073+sgilmore10@users.noreply.github.com> Date: Mon, 20 May 2024 09:49:10 -0400 Subject: [PATCH] Update .github/workflows/release_candidate.yml Co-authored-by: Sutou Kouhei --- .github/workflows/release_candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_candidate.yml b/.github/workflows/release_candidate.yml index 3d5911609317b..ec732f0eb33e0 100644 --- a/.github/workflows/release_candidate.yml +++ b/.github/workflows/release_candidate.yml @@ -21,7 +21,7 @@ on: push: tags: # Trigger workflow when a tag whose name matches the pattern - #"apache-arrow-{MAJOR}.{MINOR}.{PATCH}-rc{RC_NUM}" is pushed. + # "apache-arrow-{MAJOR}.{MINOR}.{PATCH}-rc{RC_NUM}" is pushed. - "apache-arrow-[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" permissions: