Add patrol start time to get_patrol_events #1555
Workflow file for this run
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: Tests Main | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "*" ] | |
jobs: | |
dev: | |
uses: ./.github/workflows/tests.yml | |
with: | |
io: "not io" | |
os: "ubuntu-latest" |