Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andychucs committed Jul 26, 2024
1 parent b53d036 commit f4bf4fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/data_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
- main

jobs:
run-akashi-schedule:
run:
runs-on: ubuntu-latest
if: github.actor != 'github_actions'

steps:
- run: echo "🎉 The job was automatically triggered by ${{ github.actor }}."

- name: Checkout repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f4bf4fc

Please sign in to comment.