Skip to content
Open
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
testing fake step
  • Loading branch information
amaschas committed Nov 19, 2025
commit 75093fb7d38ea1ca1addcadbe4fd041ca9780696
6 changes: 6 additions & 0 deletions .github/workflows/pullrequest-trusted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ on:
# Don't forget to tag back to @main before merge.

jobs:
fake-step:
if: github.event.label.name == 'safe to test' || github.event.label.name == 'appimage'
runs-on: ubuntu-latest
steps:
- name: Always pass
run: echo "This step always passes"
test:
if: (github.event.label.name == 'safe to test' || github.event.label.name == 'appimage')
uses: viamrobotics/rdk/.github/workflows/test.yml@goutils-031
Expand Down
Loading