summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-08-10 14:23:08 -0400
committerAustin S. Hemmelgarn <austin@netdata.cloud>2022-08-10 14:29:40 -0400
commit086c88c6c464d8726527aaddece00c555727a605 (patch)
tree30dc20feff4367f3f51aa491795d941db80904d7
parentdca0696942de8ee22aa4cb2d796bf9ad421d95ff (diff)
Fix fix for versioning issues.
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e269cdd78f..2b31cc261f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
submodules: recursive
- name: Fix tags
id: fix-tags
+ if: github.event_name != 'push'
run: |
git fetch -f origin ${{ github.ref }}:${{ github.ref }}
- name: Mark Stable
@@ -108,6 +109,7 @@ jobs:
submodules: recursive
- name: Fix tags
id: fix-tags
+ if: github.event_name != 'push'
run: |
git fetch -f origin ${{ github.ref }}:${{ github.ref }}
- name: Mark Stable