Skip to content

Commit

Permalink
Final pull request test
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Feb 10, 2024
1 parent 09d2544 commit 294b7a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
# Can be run on-demand
workflow_dispatch: {}

pull_request: {}

# Runs when 'deploy to prod' runs
workflow_run:
workflows: ["Deploy to hedy.org"]
Expand Down Expand Up @@ -33,6 +35,11 @@ jobs:
- name: Smoke test the build
run: cd dist && offlinehedy/run-hedy-server --smoketest

- uses: actions/upload-artifact@v2
name: Upload worfklow artifacts (remove me)
with:
path: dist/*

- uses: fregante/daily-version-action@v2
name: Create tag if necessary
id: daily-version
Expand Down

0 comments on commit 294b7a4

Please sign in to comment.