Skip to content

Commit

Permalink
add cron to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
emnbdx committed Feb 18, 2025
1 parent 9f69131 commit 7163e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Tar
run : |
tar czvf artifact.tar.gz migrations public src vendor .env
tar czvf artifact.tar.gz migrations public src vendor .env cron.php
- name: Upload
run : |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Tar
run : |
tar czvf artifact.tar.gz migrations public src vendor .env
tar czvf artifact.tar.gz migrations public src vendor .env cron.php
- name: Upload
run : |
Expand Down

0 comments on commit 7163e8c

Please sign in to comment.