Skip to content

Commit

Permalink
Renamed main workflow as CI
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jan 31, 2024
1 parent da8191b commit 6892585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test Code
name: CI

# This workflow is for testing the code.
# This workflow builds and tests the code
# Because of failed permissions all steps which are pushing code to github releases or nuget are removed.
# For creating draft release launch workflow -Create Draft Release- manually.

Expand All @@ -10,9 +10,6 @@ on:
- develop
- main
push:
branches:
- develop
- main
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test Report

on:
workflow_run:
workflows: [ "Create Draft Release", "Test Code" ]
workflows: [ "Create Draft Release", "CI" ]
types:
- completed

Expand Down

0 comments on commit 6892585

Please sign in to comment.