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 34ce0d4 commit cb2b6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ on:
pull_request:
types: [ opened, synchronize, reopened ]
push:
branches-ignore:
- develop
- 'release/**'
- main
branches:
- feature/255-generate-sample-test

jobs:
test:
Expand Down Expand Up @@ -93,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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

permission_handler: ^10.2.0
permission_handler: ^10.4.0

0 comments on commit cb2b6ef

Please sign in to comment.