Skip to content

Commit

Permalink
small update in libfolia.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 12, 2024
1 parent 3c87975 commit 69fcb84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/libfolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches:
- master
- actions

paths:
- configure.ac
- 'src/**'
Expand All @@ -24,8 +24,6 @@ jobs:
steps:
- name: IRC notification
uses: LanguageMachines/ticcactions/irc-init@v1
with:
module: libfolia

build:
needs: notification
Expand Down Expand Up @@ -67,7 +65,6 @@ jobs:
- name: Notify IRC of build results
uses: LanguageMachines/ticcactions/irc-status@v1
with:
module: libfolia
branch: ${{ github.ref_name }}
nickname: ${{ env.nick }}
status: ${{ env.action_status }}
Expand Down Expand Up @@ -104,7 +101,6 @@ jobs:
- name: Notify IRC of end result
uses: LanguageMachines/ticcactions/irc-status@v1
with:
module: libfolia
branch: ${{ github.ref_name }}
nickname: ${{ env.nick }}
step: testing
Expand Down

0 comments on commit 69fcb84

Please sign in to comment.