We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a377a commit fad667fCopy full SHA for fad667f
.github/workflows/tests.yaml
@@ -1,6 +1,6 @@
1
name: Tests
2
3
-on: [push]
+on: [push, pull_request]
4
5
jobs:
6
build:
@@ -14,11 +14,6 @@ jobs:
14
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
17
- - name: Setup timezone
18
- uses: zcong1993/setup-timezone@master
19
- with:
20
- timezone: UTC
21
-
22
- name: Set up Python
23
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
24
with:
0 commit comments