Skip to content

Commit 6a399ef

Browse files
committed
Temporarily run deploy job to Heroku on ubuntu-22.04 image #1748
1 parent 7116b47 commit 6a399ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/daily.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
deploy:
4949
needs: daily
5050
if: ${{ needs.daily.outputs.FOUND_NEWS == 'true' }}
51-
runs-on: ubuntu-latest
51+
# TODO: ubuntu-latest image needs to install heroku CLI to deploy.
52+
# https://github.com/AkhileshNS/heroku-deploy/issues/188
53+
runs-on: ubuntu-22.04
5254

5355
steps:
5456
- name: ☑️ Checkout code

0 commit comments

Comments
 (0)