Skip to content

Commit

Permalink
Merge branch 'dev' into feat/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS authored Feb 5, 2024
2 parents 2bb7d34 + 5deb951 commit 5d5338e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,16 @@ jobs:
path: build
# If build didn't put any artifacts in the build folder, consider it an error
if-no-files-found: error
post_webhook:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/dev'

steps:
- name: POST Webhook
run: |
curl -X POST \
--fail \
-F token=${{ secrets.GITLAB_SECRET_TOKEN }} \
-F ref=dev \
https://gitlab.edgegamers.io/api/v4/projects/2594/trigger/pipeline

0 comments on commit 5d5338e

Please sign in to comment.