Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cusma committed Sep 9, 2023
1 parent beea581 commit ae9b84c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/plot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
name: PPoS Dex Plots
runs-on: ubuntu-latest

defaults:
run:
shell: bash

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -51,6 +55,10 @@ jobs:
echo "HAS_COMMITS=false" >> "$GITHUB_ENV"
fi
- name: Pull
run: |
git pull
- name: Push changes
uses: ad-m/github-push-action@master
if: env.HAS_COMMITS != false
Expand Down

0 comments on commit ae9b84c

Please sign in to comment.