Skip to content

Commit

Permalink
add deb-rpm-repo-hook (VSCodium#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Oct 9, 2022
1 parent 1aeca3e commit 2c17eed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,13 @@ jobs:
snap: ${{ steps.build.outputs.snap }}
release: stable
if: env.SHOULD_DEPLOY == 'yes'

deb-rpm-repo-hook:
needs: build
runs-on: ubuntu-latest
if: needs.build.outputs.SHOULD_DEPLOY == 'yes'
steps:
- name: Trigger repository rebuild
run: curl -X POST --fail -F token=$GL_PAGES_TOKEN -F ref=master https://gitlab.com/api/v4/projects/8762263/trigger/pipeline
env:
GL_PAGES_TOKEN: ${{ GL_PAGES_TOKEN }}

0 comments on commit 2c17eed

Please sign in to comment.