We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415feca commit ff4f30eCopy full SHA for ff4f30e
1 file changed
.github/workflows/test-impact.yml
@@ -3,6 +3,8 @@ name: Test Impact
3
# Run this workflow every time a new commit pushed to your repository
4
on:
5
push:
6
+ tags-ignore:
7
+ - '**'
8
paths-ignore:
9
- '**/*.md'
10
pull_request:
@@ -30,6 +32,7 @@ jobs:
30
32
- kill_previous
31
33
steps:
34
- name: Extract branch name
35
+ if:
36
shell: bash
37
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
38
id: extract_branch
0 commit comments