Skip to content

Commit

Permalink
Add trigger on the 'develop' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bgandon committed Dec 4, 2024
1 parent a68afa5 commit fd99abf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/trigger-develop-resource-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Trigger Concourse git resource
on: [ push, workflow_dispatch ]
jobs:
trigger-resource-check:
runs-on: ubuntu-latest
steps:
- name: Trigger resource check
uses: gstackio/trigger-concourse-resource-check-action@v1
with:
concourse-url: https://ci.gstack.io
concourse-team: gk-plat-devs
concourse-pipeline: slack-notification-resource
concourse-resource: develop
concourse-webhook-token: ${{ secrets.GK_CONCOURSE_WEBHOOK_TOKEN }}

0 comments on commit fd99abf

Please sign in to comment.