Skip to content

Fix Schedule flaky e2e tests #7448

Fix Schedule flaky e2e tests

Fix Schedule flaky e2e tests #7448

Workflow file for this run

name: Check for unallowed changes
on:
pull_request:
push:
branches:
- '*-hotfix-*'
permissions:
contents: read
env:
MAIN_BRANCH: origin/main
GOARCH: amd64
CGO_ENABLED: 0
jobs:
check-changes:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
persist-credentials: false
-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: 'go.mod'
-
name: Install Ginkgo CLI
run: go install github.com/onsi/ginkgo/v2/ginkgo
-
name: go.mod
run: ./.github/scripts/check-for-go-mod-changes.sh
-
name: generate.go
run: ./.github/scripts/check-for-auto-generated-changes.sh
-
name: known-hosts
if: github.event_name == 'pull_request'
run: ./.github/scripts/check-for-known-hosts-changes.sh "$GITHUB_BASE_REF"