Skip to content

Commit

Permalink
Managed by Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
pineros committed Mar 22, 2024
1 parent baec378 commit 84dc888
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pbs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Trigger PBS Container Build

on:
push:
branches:
- 'dev'

jobs:
trigger:
name: Trigger PBS Container Build
runs-on: ubuntu-latest

steps:
- name: Trigger PBS Container Build
uses: benc-uk/workflow-dispatch@v1

with:
workflow: image.dev.yml
repo: wnet-ieg-2/pbs-container
token: ${{ secrets.PBS_TOKEN }}
ref: refs/heads/dev

0 comments on commit 84dc888

Please sign in to comment.