Skip to content

Commit

Permalink
Keep app alive by pushing trivial change to streamlit assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Nov 15, 2023
1 parent d1d3677 commit f902287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awaken-stapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.10'

- name: Make a trivial change to keep app alive
run: echo "" >> app/keep_app_alive.py
run: echo "" >> "app/0_💾_⠀Upload_Data.py"

- name: Commit and push changes
uses: EndBug/add-and-commit@v9

0 comments on commit f902287

Please sign in to comment.