Skip to content

Commit

Permalink
remove debug session
Browse files Browse the repository at this point in the history
  • Loading branch information
yamingk committed Feb 29, 2024
1 parent b9fe8ef commit 0f0e251
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ on:
jobs:
BuildHomestoreDeps:
runs-on: ${{ inputs.platform }}
timeout-minutes: 24000
steps:
- name: Retrieve Code
uses: actions/checkout@v3
Expand Down Expand Up @@ -207,13 +206,6 @@ jobs:
fail_on_cache_miss: true
if: ${{ inputs.testing == 'True' && github.event_name != 'pull_request' && steps.restore-cache.outputs.cache-hit != 'true' }}

- uses: actions/checkout@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
detached: true

- name: Create and Test Package
run: |
sanitize=$([[ "${{ inputs.tooling }}" == "Sanitize" ]] && echo "True" || echo "False")
Expand Down

0 comments on commit 0f0e251

Please sign in to comment.