Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! tools: ignore unrelated workflow changes in slow Actions tests
  • Loading branch information
aduh95 committed Nov 27, 2021
commit 081b383027be0d0ad7f68c4d1cb404caddcc9550
4 changes: 4 additions & 0 deletions .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- '**.md'
- 'AUTHORS'
- 'doc/**'
- .github/**
- '!.github/workflows/build-tarball.yml'
push:
branches:
- master
Expand All @@ -19,6 +21,8 @@ on:
- '**.md'
- 'AUTHORS'
- 'doc/**'
- .github/**
- '!.github/workflows/build-tarball.yml'

env:
FLAKY_TESTS: dontcare
Expand Down