Change to datasource to allow editable so buckets can be deleted #239
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Call main PR testing workflows | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths-ignore: | |
- '**.md' | |
- 'examples/**' | |
- 'CODEOWNERS' | |
- 'LICENSE' | |
jobs: | |
spec_testing: | |
name: "Spec testing" | |
uses: ./.github/workflows/spec.yml | |
lts_testing: | |
name: "PE LTS Testing" | |
needs: spec_testing | |
uses: ./.github/workflows/pe_lts_testing.yml | |
latest_testing: | |
name: "PE latest Testing" | |
needs: spec_testing | |
uses: ./.github/workflows/pe_latest_testing.yml |