Skip to content

Commit

Permalink
Temporarily enable lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jul 7, 2023
1 parent 49e40d8 commit 59dbc9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/lazy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Lazy jobs running on master post merges.
name: lazy
on:
push:
branches: [master]
pull_request:
paths:
- '.github/workflows/lazy.yml'
on: [push, pull_request]
#on:
#push:
# branches: [master]
#pull_request:
# paths:
# - '.github/workflows/lazy.yml'

env:
CARGO_INCREMENTAL: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validation-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'tests/out/hlsl/*.hlsl'
- 'tests/out/hlsl/*.ron'
- 'xtask/**'
- 'hlsl-snapshots/**'

jobs:
validate-windows-dxc:
Expand Down

0 comments on commit 59dbc9f

Please sign in to comment.