We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f18fa commit 9e1fae2Copy full SHA for 9e1fae2
.github/workflows/publish.yml
@@ -9,7 +9,6 @@ jobs:
9
publish:
10
if: |
11
github.repository_owner == 'viamrobotics'
12
- && github.ref == 'refs/heads/main'
13
&& ((github.event_name == 'workflow_dispatch' && contains(fromJson('["njooma"]'), github.actor)) || github.event_name == 'release')
14
runs-on: [self-hosted, x64]
15
container:
0 commit comments