Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/stiana/devops-test
Browse files Browse the repository at this point in the history
  • Loading branch information
StianA authored and StianA committed Aug 21, 2024
2 parents ac92507 + dca326d commit 763a711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/4024_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- push
jobs:
Build-for-tc4-4024:
runs-on: [self-hosted, tc3-4024]
runs-on: [self-hosted, tc3-4024, tc3-4026]
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand All @@ -19,4 +19,4 @@ jobs:
ls ${{ github.workspace }}
- name: Building TC3 4024 Project
run: ./scripts/build.ps1
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 763a711

Please sign in to comment.