We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0815c commit 3f3afacCopy full SHA for 3f3afac
.github/workflows/custard-ci.yaml
@@ -30,19 +30,6 @@ env:
30
31
# TODO: remove all jobs except region-tags (should be tested by custard-run workflows)
32
jobs:
33
- # TODO: REMOVE THIS BEFORE MERGING
34
- experiment:
35
- runs-on: ubuntu-latest
36
- permissions:
37
- statuses: write
38
- steps:
39
- - name: Create check
40
- uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/create-check@9ee708234e240605d96e78f652c333ed6aa95a23 # v0.3.2
41
- with:
42
- sha: ${{ github.event.pull_request.head.sha }}
43
- name: lint
44
- status: success
45
-
46
affected:
47
name: Finding affected tests (legacy)
48
runs-on: ubuntu-latest
0 commit comments