Skip to content

Add e2e signed URL test gated on RUN_SIGNED_URL_TESTS #58

Add e2e signed URL test gated on RUN_SIGNED_URL_TESTS

Add e2e signed URL test gated on RUN_SIGNED_URL_TESTS #58

Workflow file for this run

name: CI
on:
push:
branches:
- main
- spike/*
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit