Fix RHEL docker containers (#282)
* Fix RHEL docker containers - avoid `yum update` since that can update the distro minor version
This commit is contained in:
کامیت شده توسط
GitHub
والد
3e2fa69a14
کامیت
ad51223960
@@ -6,6 +6,10 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: 0 5 * * *
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '.github/workflows/containers.yml'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
مرجع در شماره جدید
Block a user