mirror of
https://github.com/activecm/rita
synced 2026-06-08 13:02:45 +00:00
Update action workflows
Co-Authored-By: Liza Tsibur <liza@activecountermeasures.com>
This commit is contained in:
@@ -13,7 +13,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
@@ -18,7 +18,7 @@ on:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
upload:
|
||||
upload-installer:
|
||||
name: Upload Artifacts
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
name: Tests
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: 'main'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
|
||||
runs-on:
|
||||
labels: ubuntu-latest-m
|
||||
|
||||
Reference in New Issue
Block a user