Skip to content

Commit

Permalink
[#255] Change permission_handler to ^10.4.0 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nmint8m committed Aug 1, 2023
1 parent 102892b commit 2503894
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,13 @@ 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
steps:
- name: Check out
uses: actions/checkout@v3
ref: ${{ github.ref }}
with:
token: ${{ secrets.WIKI_ACTION_TOKEN }}

Expand Down

0 comments on commit 2503894

Please sign in to comment.