Skip to content

Commit

Permalink
#99 license_check.yml reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1844 committed Aug 12, 2021
1 parent bfc7390 commit ac3e167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ on:
push:
branches: [ master, 'release/**' ]
pull_request:
types: [opened, synchronize]
branches: [ master, 'release/**' ]

jobs:
license-test:
name: License Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions build-all.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ IF %ERRORLEVEL% NEQ 0 GOTO end

CALL :cross_build 2.11 2.4
IF %ERRORLEVEL% NEQ 0 GOTO end
CALL :cross_build 2.12 2.4
IF %ERRORLEVEL% NEQ 0 GOTO end
CALL :cross_build 2.12 3.1
IF %ERRORLEVEL% NEQ 0 GOTO end

Expand Down

0 comments on commit ac3e167

Please sign in to comment.