Skip to content

Commit

Permalink
lorawan workflow deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
luhodaan committed Dec 9, 2024
1 parent 0901919 commit dabe9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dc-lorawan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
build:
runs-on: ubuntu-22.04
concurrency: dc-rest-poller-lorawan-build
concurrency: dc-lorawan-build
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
if: github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-22.04
concurrency: dc-rest-poller-lorawan-test
concurrency: dc-lorawan-test
environment: test
steps:
- name: Checkout source code
Expand Down

0 comments on commit dabe9e8

Please sign in to comment.