Browse Source

Remove autorun from ui test ci

pull/240/head
Ionite 1 year ago
parent
commit
100eda111b
No known key found for this signature in database
  1. 4
      .github/workflows/test-ui.yml

4
.github/workflows/test-ui.yml

@ -2,10 +2,6 @@
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}

Loading…
Cancel
Save