Skip to content

Commit

Permalink
Proper pr targeting (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Mar 19, 2024
1 parent b33f055 commit 288eb8d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-deploy-owners.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: This name appears in GitHub's Checks API and in workflow's status badge.
name: ci-default
name: test-deploy-owners
env:
# CI variables
DOCKER_PLATFORM: "amd64"
Expand Down Expand Up @@ -28,11 +28,7 @@ env:
# Trigger the workflow when:
on:
pull_request_target:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
merge_group:
types: [assigned, opened, synchronize, reopened]

# Cancel in progress jobs on new pushes.
concurrency:
Expand Down

0 comments on commit 288eb8d

Please sign in to comment.