Skip to content

Commit

Permalink
T6416: added smoke-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya committed May 30, 2024
1 parent b7595ee commit bf5243c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/add-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
pull_request_target:
branches:
- current
- crux
- equuleus
- sagitta

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-unused-imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- current
- sagitta
- equuleus
workflow_dispatch:

permissions:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/label-backport.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Smoke test

on:
pull_request:
branches:
- current
- crux
- equuleus

permissions:
contents: read

jobs:
smote-test:
uses: vyos/.github/.github/workflows/smoke-test.yml@feature/T6349-reusable-workflows
secrets: inherit

0 comments on commit bf5243c

Please sign in to comment.