Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Remove posthook for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ntm5 authored Jul 10, 2024
1 parent cc48860 commit 8314d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
post_webhook:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/dev'
if: github.ref == 'refs/heads/aaaa'

steps:
- name: POST Webhook
Expand All @@ -40,4 +40,4 @@ jobs:
--fail \
-F token=${{ secrets.GITLAB_SECRET_TOKEN }} \
-F ref=dev \
https://gitlab.edgegamers.io/api/v4/projects/2640/trigger/pipeline
https://gitlab.edgegamers.io/api/v4/projects/2640/trigger/pipeline

0 comments on commit 8314d88

Please sign in to comment.