mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-24 13:50:26 -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
|
||||
- lie_tests_using_containers
|
||||
paths:
|
||||
- '${{ env.CONTEXT }}/**'
|
||||
- .github/workflows/docker-image-mariadb103-py38-mysqlclient201.yml
|
||||
- 'test-containers/mariadb103-py38-mysqlclient201/**'
|
||||
- '.github/workflows/docker-image-mariadb103-py38-mysqlclient201.yml'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue