Skip to content

Commit

Permalink
#12885: Add pull request triggers and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Sep 20, 2024
1 parent 4d79503 commit 5401995
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: "[internal] Data collection tools unit tests"
name: "[internal] Infra tools unit tests"

on:
workflow_dispatch:
push:
pull_request:
branches:
- "main"
- "rkim/12885-data-tests"
paths:
- "infra/**"
schedule:
- cron: "0 */6 * * *"

jobs:
build-and-test-data-collection:
build-and-test-infra:
strategy:
matrix:
python-version: [3.8]
Expand Down

0 comments on commit 5401995

Please sign in to comment.