Skip to content

Commit

Permalink
remove owner
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisthetechie committed Feb 23, 2024
1 parent e3529da commit ee5dd79
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ on:

jobs:
build-and-test:
uses: dvsa/cvs-devops/.github/workflows/develop-tag-deploy.yaml@feature/CB2-10709
with:
service-branch: ${{ github.ref_name }}
service-repository: ${{ github.repository }}
runs-on: [self-hosted, X64]
steps:
- name: Trigger Build and Test
run: |
# Execute 🧱 Build and Test in https://github.com/dvsa/cvs-devops
gh workflow run develop-tag-deploy.yaml \
--repo dvsa/cvs-devops \
--ref ${{ github.ref_name }} \
--raw-field service-repository=$(sed -E 's/dvsa\/(.*)/\1' <<< ${{ github.repository }}) \
--raw-field service-branch=${{ github.ref_name }}

0 comments on commit ee5dd79

Please sign in to comment.