mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Set variables correctly
This commit is contained in:
parent
fbca1a1cb8
commit
e3bc917e6b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dist.yml
vendored
2
.github/workflows/dist.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
publish:
|
||||
name: Publish
|
||||
# Check if the PR is not from a fork or manually executed
|
||||
if: github.repository_owner == 'samber' or github.event_name == 'workflow_dispatch'
|
||||
if: ${{ (github.repository_owner == 'samber') or (github.event_name == 'workflow_dispatch') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
|
|
|
|||
Loading…
Reference in a new issue