Skip to content

Commit

Permalink
cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
etai-shuchatowitz committed Aug 28, 2024
1 parent 76d7b85 commit 8b7b0a7
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ name: Build Integration Tests AppImage
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

# on:
# workflow_dispatch:
# push:
# branches: [ 'main' ]
# paths:
# - 'integration/**'
on:
workflow_dispatch:
push:
branches: [ 'main' ]
paths:
- 'integration/**'

permissions:
id-token: write
contents: read

on:
pull_request:
types: [opened, synchronize, reopened, labeled]

jobs:
appimage:
name: Integration Tests for RealSense
Expand Down

0 comments on commit 8b7b0a7

Please sign in to comment.