mirror of
https://github.com/prometheus/prometheus.git
synced 2025-12-17 07:21:08 +01:00
Only run on prometheus/prometheus repo
Signed-off-by: Charles Korn <charles.korn@grafana.com>
This commit is contained in:
parent
0f70fc7687
commit
dca47ce2c9
2
.github/workflows/container_description.yml
vendored
2
.github/workflows/container_description.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
PushDockerHubReadme:
|
PushDockerHubReadme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Push README to Docker Hub
|
name: Push README to Docker Hub
|
||||||
|
if: github.repository == 'prometheus/prometheus'
|
||||||
steps:
|
steps:
|
||||||
- name: git checkout
|
- name: git checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
@ -33,6 +34,7 @@ jobs:
|
|||||||
PushQuayIoReadme:
|
PushQuayIoReadme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Push README to quay.io
|
name: Push README to quay.io
|
||||||
|
if: github.repository == 'prometheus/prometheus'
|
||||||
steps:
|
steps:
|
||||||
- name: git checkout
|
- name: git checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user