Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
robinholzi committed May 2, 2024
1 parent de51bf4 commit 880fca3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ on:
pull_request:
branches: main # TODO: remove once fully implemented

permissions: write-all

concurrency:
group: grpc-build
cancel-in-progress: true

jobs:
dummy_write_variable:
name: Dummy write variable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
gh variable list
gh variable set LAST_SUCCESSFUL_GRPC_BUILD_RUN_ID --body "dummyvalue"
gh variable list
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build_grpc:
name: Build gRPC artifacts
runs-on: ubuntu-latest
Expand Down

0 comments on commit 880fca3

Please sign in to comment.