Skip to content

Commit

Permalink
Disable existing test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jun 5, 2024
1 parent 7725617 commit d3aa85b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
types: [opened, labeled, reopened, synchronize]

# Trigger on pushes to the trunk branches. This prevents building commits twice when the pull
# request source branch is in the same repository.
push:
branches:
- "trunk-*"
# pull_request:
# types: [opened, labeled, reopened, synchronize]

# # Trigger on pushes to the trunk branches. This prevents building commits twice when the pull
# # request source branch is in the same repository.
# push:
# branches:
# - "trunk-*"

# Trigger on request.
workflow_dispatch:
Expand Down

0 comments on commit d3aa85b

Please sign in to comment.