Skip to content

Commit

Permalink
Change hook
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Oct 9, 2023
1 parent e52a775 commit f2bf0a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: DNF 5 CI
on:
pull_request:
pull_request_target:
merge_group:
types: [checks_requested]

Expand All @@ -22,6 +22,9 @@ jobs:
- name: echo variable
run: echo "${{ vars.TEST }}"

- name: echo variable
run: echo "${{ vars.COPR_USER }}"

- name: Setup CI
id: setup-ci
uses: ./.github/actions/setup-ci
Expand Down

0 comments on commit f2bf0a0

Please sign in to comment.