Skip to content

Commit

Permalink
[#225] Generate sample project as a part of test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nmint8m committed Aug 22, 2023
1 parent c8c6983 commit c62bd76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
# The job generate_sample_project identify that the job generate_mason_bundle must complete successfully
# before this generate_sample_project job will run
needs: generate_mason_bundle
# Run on merge commits only
if: ${{ contains(github.event.head_commit.message, 'Merge pull request') || (github.event.head_commit.author.email != '[email protected]') }}
name: Generate the sample project
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit c62bd76

Please sign in to comment.