Skip to content

Commit

Permalink
Stop running tests on tags
Browse files Browse the repository at this point in the history
As we only ever tag commits on main, there's no point running the full
test suite twice: once for the push to main and once for the tag.
  • Loading branch information
mudge committed Nov 22, 2023
1 parent 97da8f6 commit 71d35cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
push:
branches:
- main
- v*.*
tags:
- v*.*.*
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion scripts/test-gem-build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ set -e -u

OUTPUT_DIR=$1
BUILD_NATIVE_GEM=$2
REF_TYPE=$3

test -e /etc/os-release && cat /etc/os-release

Expand Down

0 comments on commit 71d35cd

Please sign in to comment.