mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 07:01:27 -07:00
Fix env not recognized in the 'on' clause
This commit is contained in:
parent
e398071ab3
commit
f4b1e0f951
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ on:
|
||||||
- main
|
- main
|
||||||
- lie_tests_using_containers
|
- lie_tests_using_containers
|
||||||
paths:
|
paths:
|
||||||
- '${{ env.CONTEXT }}/**'
|
- 'test-containers/mariadb103-py38-mysqlclient201/**'
|
||||||
- .github/workflows/docker-image-mariadb103-py38-mysqlclient201.yml
|
- '.github/workflows/docker-image-mariadb103-py38-mysqlclient201.yml'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue