Skip to content

Commit daff3a8

Browse files
committed
Consolidate workflows
1 parent 3c8ebb7 commit daff3a8

File tree

3 files changed

+9
-62
lines changed

3 files changed

+9
-62
lines changed

.ci/publish-documentation-to-github-pages.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/build-test.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
name: Test against supported go-version
22

33
on:
4-
- workflow_call
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
512

613
jobs:
714
build-ubuntu:
815
runs-on: ubuntu-latest
916
strategy:
10-
fail-fast: true
17+
fail-fast: false
1118
matrix:
1219
go:
1320
- stable

.github/workflows/main.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)