Skip to content

WIP: Fetch all tags #10

WIP: Fetch all tags

WIP: Fetch all tags #10

Workflow file for this run

name: CI Pipeline
on:
push:
branches: ["eng-292/jamlo/improve-go-linting-in-ci"]
# pull_request:
# branches: [main]
# repository_dispatch:
# types: [ok-to-test]
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
integration-tests:
needs: build
if: success()
uses: ./.github/workflows/testcontainers-integration-tests.yml
with:
os: linux
arch: amd64