Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Aug 18, 2022
1 parent 36b78d4 commit cf65c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
compilejobFedora35:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
name: CI_on_CentOS8
name: CI_on_Fedora35
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Compile
id: compileindocker
uses: ./.github/workflows/centos8
uses: ./.github/workflows/fedora35
- name: Get the output status
run: exit ${{ steps.compileindocker.outputs.out }}

0 comments on commit cf65c19

Please sign in to comment.