fix: update condition for creating vault matomo event #1168
Workflow file for this run
This file contains hidden or 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: Tests and Checks | |
| on: push | |
| jobs: | |
| security: | |
| uses: lidofinance/linters/.github/workflows/security.yml@master | |
| permissions: | |
| security-events: write | |
| contents: read | |
| docker: | |
| uses: lidofinance/linters/.github/workflows/docker.yml@master | |
| actions: | |
| uses: lidofinance/linters/.github/workflows/actions.yml@master |