Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into offseason-base
Browse files Browse the repository at this point in the history
  • Loading branch information
krypto-bot-2539[bot] committed Jan 10, 2025
2 parents eeeacbf + 772c153 commit 2fe1888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
concurrency:
group: statistics-deploy
cancel-in-progress: true
if: github.ref == 'refs/heads/main'
if: github.action_ref == 'main'
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -37,7 +37,7 @@ jobs:
path: stats_tracker/build/

main-deploy:
if: ${{github.ref != 'refs/heads/main'}}
if: ${{github.action_ref != 'main'}}
uses:
FRC2539/javabot-2025/.github/workflows/statistics.yml@main

Expand Down

0 comments on commit 2fe1888

Please sign in to comment.