Skip to content

Commit

Permalink
Revert "revertme test-in-branch"
Browse files Browse the repository at this point in the history
This reverts commit 25c4cba.
  • Loading branch information
abe-winter committed Oct 10, 2024
1 parent 25c4cba commit d060c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pullrequest-trusted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
pull_request_target:
branches: [ main ]
# types: [ labeled ]
types: [ labeled ]

# To test workflow updates you need to work in a branch directly on viamrobotics/rdk
# and tag your working branch instead of @main in any viamrobotics/rdk "uses" below.
Expand All @@ -16,7 +16,7 @@ on:
jobs:
test:
if: (github.event.label.name == 'safe to test' || github.event.label.name == 'appimage')
uses: ./.github/workflows/test.yml
uses: viamrobotics/rdk/.github/workflows/test.yml@main
secrets:
MONGODB_TEST_OUTPUT_URI: ${{ secrets.MONGODB_TEST_OUTPUT_URI }}
DOCKER_PUBLIC_READONLY_PAT: ${{ secrets.DOCKER_PUBLIC_READONLY_PAT }}
Expand Down

0 comments on commit d060c76

Please sign in to comment.