Skip to content

Commit

Permalink
Remove devel/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jan 6, 2024
1 parent 290a485 commit 63ea3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
matrix:
platform: ${{ fromJson(needs.initialize.outputs.platforms) }}
include: ${{ fromJson(needs.initialize.outputs.includes) }}
config: [devel, debug, qa, gold]
config: [qa, gold]
container: ${{ needs.docker-build-image.outputs.docker_tag }}
env:
# We want temp folder to be on tmpfs which makes workloads faster.
Expand Down

0 comments on commit 63ea3bb

Please sign in to comment.