Skip to content

Commit 240e8f9

Browse files
committed
cleanup, ready to merge if passing
1 parent a53876e commit 240e8f9

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/solid-tests-suites.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
---
22
name: Solid Test Suites
33

4-
env:
5-
# Docker Hub digest (i.e. hash) of the used Docker Images that do not have a version tag.
6-
PUBSUB_TAG: latest@sha256:b73a2a5c98d2005bb667dfc69d1c859d704366024298b9caa24ea2e182c456c2
7-
84
on:
95
push:
106
branches:
11-
- workflow
7+
- main
128
pull_request:
139
branches: [ main ]
1410
# Allow manually triggering the workflow.
@@ -29,21 +25,6 @@ jobs:
2925
fail-fast: false
3026

3127
steps:
32-
- name: Create docker tag from git reference
33-
# A tag name may only contain lower- and uppercase letters, digits, underscores, periods and dashes.
34-
run: |
35-
echo "TAG=$(echo -n "${{ github.ref_name }}" \
36-
| tr --complement --squeeze-repeats '[:alnum:]._-' '_')" \
37-
>> "${GITHUB_ENV}"
38-
39-
- uses: actions/checkout@v4
40-
41-
- uses: actions/cache@v4
42-
id: cache-solid-php-docker
43-
with:
44-
path: cache/solid-php
45-
key: solid-php-docker-${{ github.sha }}
46-
4728
- uses: docker/login-action@v3
4829
with:
4930
registry: ghcr.io

0 commit comments

Comments
 (0)