Use dynamic tags instead of hardcoding esdb versions (#352) #2471
This file contains 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: "Next feature version" | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
schedule: | |
- cron: "0 * * * 0" # Every day at 3am UTC. | |
jobs: | |
test: | |
name: Test | |
uses: ./.github/workflows/tests.yml | |
with: | |
version: "ci" | |
secrets: | |
eventstore_cloud_id: ${{ secrets.EVENTSTORE_CLOUD_ID }} | |
tailscale_auth: ${{ secrets.TAILSCALE_AUTH }} |