Skip to content

CLOUDP-167207: Validate GCP Service Account Key #939

CLOUDP-167207: Validate GCP Service Account Key

CLOUDP-167207: Validate GCP Service Account Key #939

name: Integration tests non-forked
on:
push:
branches:
- 'main'
paths-ignore:
- 'docs/**'
pull_request:
branches:
- '**'
paths-ignore:
- 'docs/**'
workflow_dispatch:
concurrency:
group: int-test-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
allowed:
name: Allowed
runs-on: ubuntu-latest
if: |
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master' ||
(github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')
steps:
- name: allowed message
run: echo "Allowed to run"
int-tests:
needs: allowed
uses: ./.github/workflows/test-int.yml
secrets: inherit
with:
forked: false