Skip to content

Commit

Permalink
исправил пропущенные настройки CI
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Mar 14, 2021
1 parent 4eff9e5 commit 1ee6c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build:
if: github.repository == 'artbear/1commands'
if: github.repository == 'artbear/1bdd'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [published, edited]

env:
PACKAGE_MASK: 1commands-*.ospx
PACKAGE_MASK: 1bdd-*.ospx

jobs:
build:
Expand Down

0 comments on commit 1ee6c29

Please sign in to comment.