Skip to content

Commit e411624

Browse files
skearnesclaude
andcommitted
Clean up tests workflow
Rename run_tests.yml to tests.yml, restrict push trigger to main, and drop the unused CACHE_TARGET env var. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f97da80 commit e411624

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: CI
16-
17-
on: [ pull_request, push ]
18-
19-
env:
20-
# See https://dev.to/dtinth/caching-docker-builds-in-github-actions-which-approach-is-the-fastest-a-research-18ei.
21-
CACHE_TARGET: "docker.pkg.github.com/open-reaction-database/ord-interface/interface-cache"
15+
name: Tests
2216

17+
on:
18+
pull_request:
19+
push:
20+
branches:
21+
- main
2322

2423
jobs:
2524
test_ord_interface:

0 commit comments

Comments
 (0)