We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8157a60 commit 6250a11Copy full SHA for 6250a11
.github/workflows/go-build.yml
@@ -4,16 +4,14 @@ on:
4
push:
5
branches:
6
- master
7
- - github-actions-testing
+ - udaymothadaka-patch-1
8
pull_request:
9
10
11
jobs:
12
build-k8s-athenz-syncer:
13
runs-on: ubuntu-latest
14
steps:
15
- - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
16
- - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
17
- name: Setup Go 1.22.x
18
uses: actions/setup-go@v5
19
with:
0 commit comments