Skip to content

Commit

Permalink
update dag action
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauro committed Jul 8, 2024
1 parent 7094e2c commit 7512108
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Make dag
id: make_dag
run: |
make dag
conda activate snakemake
snakemake --dag | dot -Tsvg > dag.svg
- name: Check for changes
id: check_changes
Expand All @@ -47,6 +48,7 @@ jobs:
# Commit and Push Changes
- name: Commit and Push Changes
if: steps.check_changes.outputs.has_changes == 'true'
run: |
# configure user
git config --global user.name "${{ github.actor }}"
Expand Down

0 comments on commit 7512108

Please sign in to comment.