Skip to content

Commit

Permalink
fix data validation workflow to check PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoKle committed Sep 15, 2024
1 parent 1a6797a commit 4aed4f5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/data-validation.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
name: datavalidator

on:
workflow_dispatch:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * 0"

jobs:
run-workflow-script:
runs-on: ubuntu-latest

steps:
- name: Checkout main branch
- name: Checkout PR branch
uses: actions/checkout@v2
with:
ref: main

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 4aed4f5

Please sign in to comment.