Skip to content

Commit

Permalink
Merge branch 'main' into update_flake_lock_action
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmanishere committed May 9, 2024
2 parents ef6a5c8 + 86d88d3 commit ac1242d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dump_check_suite.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
check_suite:
types: ['completed']

jobs:
printJob:
name: Print event
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
7 changes: 7 additions & 0 deletions garnix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
builds:
exclude:
- nixosConfigurations.fenrys-cross
- nixosConfigurations.fenrys
include:
# - homeConfigurations.*
- nixosConfigurations.*

0 comments on commit ac1242d

Please sign in to comment.