Skip to content

Commit 3c4af8e

Browse files
authored
Merge pull request #3730 from plotly/disable-typing-test-master
set test typing to not run on master
2 parents 3d6602f + 229539e commit 3c4af8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
test-typing:
9595
name: Typing Tests
9696
runs-on: ubuntu-latest
97+
if: github.ref_name != 'master'
9798
needs: build
9899
timeout-minutes: 30
99100
strategy:

0 commit comments

Comments
 (0)