Skip to content

Commit

Permalink
trigger network tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Nov 18, 2024
1 parent c820198 commit 28a8c47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- '4.x'
tags:
- v4*
pull_request:
branches:
- '4.x'
types: [opened, reopened, synchronize]
# pull_request:
# branches:
# - '4.x'
# types: [opened, reopened, synchronize]

jobs:
build:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e_network_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
tags:
- v4.*

# For test purpose only:
# pull_request:
# branches:
# - '4.x'
# types: [ opened, reopened, synchronize ]
pull_request:
branches:
- '4.x'
types: [opened, reopened, synchronize]

jobs:
build:
name: Build Packages
Expand Down

0 comments on commit 28a8c47

Please sign in to comment.